home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000197_franks@support.neth.hp.com_Thu Jul 4 14:57:13 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  77 lines

  1. Article: 13503 of comp.protocols.kermit.misc
  2. From: Frank Slootweg <franks@neth.hp.com>
  3. Newsgroups: comp.sys.hp.hpux,comp.protocols.kermit.misc
  4. Subject: Re: Need Kermit Diskette for HP-9816 200/300 BASIC Workstation
  5. Date: 4 Jul 2002 12:04:42 GMT
  6. Organization: HP's Dutch Customer Response Center
  7. Lines: 61
  8. Message-ID: <ag1dkq$cfn$1@support.neth.hp.com>
  9. References: <afsu37$qtp$1@watsol.cc.columbia.edu> <3D222449.7488@unixnerd.demon.co.uk> <aftdrs$dgq$1@watsol.cc.columbia.edu> <afungm$mt5$1@support.neth.hp.com>
  10. Reply-To: Frank Slootweg <franks@support.neth.hp.com>
  11. NNTP-Posting-Host: support.neth.hp.com
  12. User-Agent: tin/1.4.2-20000205 ("Possession") (UNIX) (HP-UX/B.10.20 (9000/800))
  13. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!paloalto-snf1.gtei.net!news.gtei.net!news.compaq.com!hpb10302.boi.hp.com!news.cup.hp.com!support.neth.hp.com!not-for-mail
  14. Xref: newsmaster.cc.columbia.edu comp.sys.hp.hpux:149826 comp.protocols.kermit.misc:13503
  15.  
  16.  
  17. Yesterday I wrote:
  18. >   Adding to Mikko's reply:
  19. >   The HP 9816's "unique diskette format" is HP LIF (Logical Interchange
  20. > Format), hence the reference to lifcp (LIF copy). lifcp is mainly
  21. > available on *HP-UX* systems.
  22. >   So you need *someone* (you?) who has an *HP-UX* (not "unix") system
  23. > *with* a floppy drive. If you have that, then:
  24. [deleted]
  25.  
  26.   I have an HP-UX system with a (1.44MB/720KB) floppy drive, so if I can
  27. help, let me know.
  28.  
  29.   Whoever does the work, I think it is best if:
  30.  
  31. - The 'target' sends hir *two* HP 9816 format diskettes:
  32.  
  33.   - One with some ASCII and binary files to be used for testing, with
  34.     information about these files, i.e. content (for the ASCII one),
  35.     sizes in bytes, (if possible) (UNIX) checksums, like "sum",
  36.     "sum -r", "cksume", etc..
  37.     If possible include (a) file(s) of the same type as the needed
  38.     files, so that the right type can be checked when the work is
  39.     (being) done.
  40.  
  41.   - One 'empty', but already (HP 9816) formatted, one.
  42.  
  43. - You send hir the files to be put on the empty diskette. Files should
  44.   be in ready-to-use format, i.e. not "hexified". I advice to us a
  45.   shar(1) archive, so that transmission/unpacking errors can be
  46.   prevented/detected.
  47.  
  48. - The person doing the work sends both diskettes back to the 'target'.
  49.  
  50. Note: Coming to think of it, you do not really need an HP-UX system with
  51. a diskette drive. You could also do it with:
  52.  
  53. - lifinit and lifcp on any system. (Other posters have mentioned that
  54.   there are Linux versions as well. And there are DOS versions as well,
  55.   at least like lifcp. Do not know if these (DOS) versions can write LIF
  56.   archive *files*.)
  57.  
  58. - Any UNIX/Linux system with a diskette drive of the right type.
  59.  
  60.   You can then lifinit/lifcp stuff to a LIF archive *file* and dd(1) the
  61. LIF archive file to the diskette.
  62.  
  63. Note 2:
  64.  
  65.   I see that the original problem statement was:
  66.  
  67. > On behalf of a user who badly needs to get some scientific data into and
  68. > out of an HP 9816 Series 200/300 BASIC workstation.
  69.  
  70.   If this data fits on one diskette (at a time), then perhaps Kermit is
  71. not needed at all, and all data transfer can be done by using HP 9816
  72. format diskettes on the HP 9816 and a lifcp-like program on the source/
  73. target platform. BTW, what *is* the source/target platform (i.e.
  74. hardware?, OS?, diskette drive?, etc.).
  75.